home *** CD-ROM | disk | FTP | other *** search
/ The Uninvited Press Kit / THE UNINVITED.iso / pc / program.dxr / Internal_20_Pic Frame Behavior.ls < prev    next >
Encoding:
Text File  |  2008-12-30  |  213 b   |  15 lines

  1. global gphotolist
  2.  
  3. on enterFrame me
  4.   frmRef = the frameLabel
  5.   if gphotolist.getPos(frmRef) > 0 then
  6.     sprite(86).visible = 1
  7.   else
  8.     sprite(86).visible = 0
  9.   end if
  10. end
  11.  
  12. on exitFrame me
  13.   go(the frame)
  14. end
  15.